ExtendedPropertyId Class

Class ExtendedPropertyId.

Definition

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public class ExtendedPropertyId : ExtendedPropertyTag
Inheritance
Object    ExtendedPropertyTag    ExtendedPropertyId

Constructors

ExtendedPropertyId Initializes a new instance of the ExtendedPropertyId class.
ExtendedPropertyId(Int32, Byte) Initializes a new instance of the ExtendedPropertyId class.
ExtendedPropertyId(Int32, Byte, PropertyType) Initializes a new instance of the ExtendedPropertyId class.

Properties

Guid Gets or sets the unique identifier.
(Inherited from ExtendedPropertyTag)
Id Gets or sets the identifier.
Type Gets or sets the type.
(Inherited from ExtendedPropertyTag)

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Returns a String that represents this instance.
(Overrides ObjectToString)

See Also